home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 32 / mcmurphy.zip / INFO.BAT < prev    next >
DOS Batch File  |  1987-12-10  |  4KB  |  114 lines

  1. echo off
  2. cls
  3. echo.
  4. echo If DIRECTORIES exist on disk you must first enter at the DOS prompt:
  5. echo                     COPY INFO.BAT A:\directory name
  6. echo                     CD\directory name
  7. echo                     INFO
  8. echo This will allow you to examine files in that DIRECTORY.
  9. echo.
  10. echo If files with .ARC extension exist on disk you must first extract files from
  11. echo this ARCHIVED file. To extract files:
  12. echo           1. Place the disk with the .ARC file in Drive B:
  13. echo           2. Place a blank formatted disk in Drive A:
  14. echo           3. Enter at the A prompt B:ARCE B:filename.ARC
  15. echo           4. Disk in Drive A: will contain the extracted files.
  16. echo.
  17. echo      Copy INFO.BAT to Drive A: Enter INFO at the DOS prompt for help.
  18. echo.
  19. echo The documentation for programs is stored in files on this disk.
  20. echo Look at the file names below for names with:
  21. echo README, MANUAL, .DOC, .TXT, or .MAN in them.
  22. echo.
  23. pause
  24. cls
  25. dir/p
  26. echo.
  27. pause
  28. cls
  29. echo You can view these text files on the screen by entering at the DOS prompt:
  30. echo                             TYPE filename.ext
  31. echo             (substitute the actual filename.ext, of course)
  32. echo.
  33. echo This will cause the documentation to scroll by faster than you can read it.
  34. echo So we recommend the use of a utility such as Vernon Buerg's LIST program
  35. echo which can be found on our CATALOG DISK. This program will let you
  36. echo scroll and page up and down through a file.
  37. echo.
  38. echo You can also print the documentation by entering at the DOS prompt:
  39. echo                            COPY filename.ext PRN
  40. echo         (for more information on TYPE or COPY, see your DOS manual)
  41. echo.
  42. pause
  43. cls
  44. if exist *.bat goto showbat
  45. goto nobat
  46. :showbat
  47. dir *.bat /w
  48. echo.
  49. echo The batch files above may help you get going, but it's a good idea to see what
  50. echo these will do before executing them. To do this, at the DOS prompt just enter
  51. echo                              TYPE filename.BAT
  52. echo Some programs have batch files that will print the documentation for you.
  53. :nobat
  54. echo.
  55. echo A very few programs don't have documentation files.
  56. echo They are self-documenting when run.
  57. echo.
  58. echo.
  59. pause
  60. cls
  61. echo.
  62. echo         Many of these programs  are commercial quality or  better and
  63. echo         most are copyrighted,  but  the authors allow their  programs
  64. echo         to be copied so  that others can try  them. This is known  as
  65. echo         Shareware. (But not all programs in our library may be freely
  66. echo         copied. Check the documentation for each.)
  67. echo.
  68. echo         The documentation file on this disk will tell you the  amount
  69. echo         that the author would like to receive if you try the  program
  70. echo         and  decide  to  keep  using  it.  To encourage payment, some
  71. echo         programmers offer more advanced versions, printed manuals and
  72. echo         other incentives.
  73. echo.
  74. echo         But even those that don't offer incentives still deserve your
  75. echo         financial support  and encouragement  for the  work they have
  76. echo         done.  This is  your moral obligation if you are  using their
  77. echo         program. But beyond being an obligation, it is an  investment
  78. echo         in the future of "shareware"  for which you will be  rewarded
  79. echo         with more and better programs as a result of your support.
  80. echo.
  81. pause
  82. cls
  83. if exist read*.* dir read*.*/w
  84. if exist manual*.* dir manual*.*/w
  85. if exist *.doc dir *.doc/w
  86. if exist *.me dir *.me/w
  87. if exist *.txt dir *.txt/w
  88. if exist *.man dir *.man/w
  89. echo.
  90. echo       If any files are listed above, these are the ones to TYPE first.
  91. echo.
  92. pause
  93. cls
  94. echo.
  95. echo  *************************************************************************
  96. echo.
  97. echo       **** FOR OTHER PUBLIC DOMAIN AND USER-SUPPORTED SOFTWARE ****
  98. echo.
  99. echo                 SEND $2.00 FOR OUR LATEST CATALOG ON DISK
  100. echo.
  101. echo                         REFUNDABLE WITH ANY ORDER
  102. echo.
  103. echo                       SAMPLE PROGRAMS ARE INCLUDED
  104. echo.
  105. echo                            SOFTWARE SERVICE
  106. echo.
  107. echo                              33 BROOK RD
  108. echo.
  109. echo                           ENFIELD, CT   06082
  110. echo.
  111. echo  ************************************************************************
  112. echo.
  113. pause
  114.